ArcGIS API for Windows Phone - Library Reference
AutoCompleteAsync(IList<Graphic>,IList<Graphic>,Object) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > AutoCompleteAsync Method : AutoCompleteAsync(IList<Graphic>,IList<Graphic>,Object) Method

polygons
The collection of polygons that will provide some boundaries for new polygons. The spatial reference of the polygons is specified by sr.
polylines
An collection of polylines that will provide the remaining boundaries for new polygons. The spatial reference of the polylines is specified by sr.
userToken
The user token.
Executes the Auto Complete geometry service.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub AutoCompleteAsync( _
   ByVal polygons As IList(Of Graphic), _
   ByVal polylines As IList(Of Graphic), _
   ByVal userToken As Object _
) 
C# 
public void AutoCompleteAsync( 
   IList<Graphic> polygons,
   IList<Graphic> polylines,
   object userToken
)

Parameters

polygons
The collection of polygons that will provide some boundaries for new polygons. The spatial reference of the polygons is specified by sr.
polylines
An collection of polylines that will provide the remaining boundaries for new polygons. The spatial reference of the polylines is specified by sr.
userToken
The user token.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.